/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/
body { 

}

#container {
	width:454px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	width:454px;
	height: 251px;
	overflow: hidden;
	position:relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container li.slide {
	width:454px;
	height:251px;
	float: left;
	font-size: 12px;
	position:relative;
}
.slides_container li.slide a{display: block;}
.slides_container li.slide img{
	width: 454px;
	height: 251px;
	display: block;
}

/*
	Next/prev buttons
*/

.content1-m-t .next,.content1-m-t .prev {
	width:45px;
	height:45px;
	z-index:101;
	position: absolute;
	background:url(png24.png) no-repeat left top;
	top:95px;
}

.content1-m-t .next {
	right: 0px;
	background:url(png24.png) no-repeat left -45px;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	top:230px;
	right:8px;
	width:130px;
	z-index:80;
}

.pagination li {
	float:left;
	width: 14px;
	height: 13px;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	background: blue;
	display:block;
	width:14px;
	height:1px;
	padding-top:12px;
	background: url(png24_04.png) no-repeat;
	float:left;
	overflow:hidden;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="images/cm/png24_04.png");
	_background:none;
}

.pagination li.active a {
	background: url(png24_03.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/cm/png24_03.png");
	_background:none;
}


/*
	Caption
*/

.caption {
	z-index:50;
	position:absolute;
	top: 211px;
	left:0;
	height:35px;
	padding:5px 20px 0 20px;
	background: black;
	width:414px;
	font-size:1.3em;
	line-height:30px;
	font-weight:bold;
	overflow: hidden;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}
.caption p{
	color:#FFF;	
}


/*
	Anchors
*/

